home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue61 / Stream / uScreenSaver.dfm < prev    next >
Encoding:
Text File  |  2000-04-11  |  862 b   |  39 lines

  1. object frmScrn: TfrmScrn
  2.   Left = 314
  3.   Top = 376
  4.   HorzScrollBar.Visible = False
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsNone
  7.   ClientHeight = 130
  8.   ClientWidth = 457
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyDown = FormKeyDown
  22.   OnMouseDown = FormMouseDown
  23.   OnMouseMove = FormMouseMove
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 16
  27.   object Image1: TImage
  28.     Left = 0
  29.     Top = 0
  30.     Width = 457
  31.     Height = 130
  32.     Align = alClient
  33.     Stretch = True
  34.     Visible = False
  35.     OnMouseDown = FormMouseDown
  36.     OnMouseMove = FormMouseMove
  37.   end
  38. end
  39.